ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / MathUtil Class / lcm Method / lcm(Int32[]) Method
Array containing the numbers.

In This Topic
    lcm(Int32[]) Method
    In This Topic
    Method that calculates the Least Common Multiple (LCM) of several positive integer numbers.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function lcm( _
       ByVal x() As Integer _
    ) As Integer
    public static int lcm( 
       int[] x
    )

    Parameters

    x
    Array containing the numbers.
    See Also